Redirect-related bugfixes/features:
authorRyan Schmidt <skizzerz@users.mediawiki.org>
Wed, 21 Jan 2009 20:42:32 +0000 (20:42 +0000)
committerRyan Schmidt <skizzerz@users.mediawiki.org>
Wed, 21 Jan 2009 20:42:32 +0000 (20:42 +0000)
commit918161a2db9ec46f77e008530f90a36068e77257
tree1f5d832d935907f51f2f975b0c7938dd30c2c6eb
parent29cd3f69ef9899247e7de2f68c85fa58ed978617
Redirect-related bugfixes/features:
* (bug 11644) Add $wgMaxRedirects variable to control how many redirects are recursed through until the "destination" page is reached.
** update redirect page UI to show each step down to the destination page
** rdfrom text still links to original page visited
** pages still show up in DoubleRedirects
** setting to 1 (default) is current behavior of only going 1 step down. Setting to 0 disables automatic redirects.
** arrow image needs to be smoothed, couldn't figure out how to do it myself while keeping the image in indexed mode
* (bug 10569) Redirects to Special:Mypage and Special:Mytalk are no longer allowed to prevent redirect loops
** can be re-enabled by changing the $wgInvalidRedirectTargets array
RELEASE-NOTES
includes/Article.php
includes/DefaultSettings.php
includes/EditPage.php
includes/Title.php
skins/common/images/nextredirectltr.png [new file with mode: 0644]
skins/common/images/nextredirectrtl.png [new file with mode: 0644]